projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9822891
)
MSVC Builds: Fix Introspection Builds
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Tue, 1 Jul 2014 05:26:18 +0000
(13:26 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Tue, 1 Jul 2014 05:26:18 +0000
(13:26 +0800)
Commit
e26bdbda
only partially made the necessary changes due to the use of
the deprecated headers in GDK. Fix that.
build/gen-file-list-gtk.py
patch
|
blob
|
history
diff --git
a/build/gen-file-list-gtk.py
b/build/gen-file-list-gtk.py
index 045f860e9d87f8bea6e531fa7da30043a76cecb8..f39944a08226baa193434f91422c40216d9abc3e 100644
(file)
--- a/
build/gen-file-list-gtk.py
+++ b/
build/gen-file-list-gtk.py
@@
-18,7
+18,7
@@
def gen_gdk_filelist(srcroot, subdir, dest):
vars['gdk_enums'] = 'gdkenumtypes.c gdkenumtypes.h'
- files = vars['gdk_
public_
h_sources'].split() + \
+ files = vars['gdk_h_sources'].split() + \
vars['gdk_c_sources'].split() + \
vars['gdk_enums'].split()